• frmSuppliersRecord1.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmSuppliersRecord1
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmSuppliersRecord1));
32             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
33             
this.groupBox1 = new System.Windows.Forms.GroupBox();
34             
this.txtSuppliers = new System.Windows.Forms.TextBox();
35             
this.GroupBox2 = new System.Windows.Forms.GroupBox();
36             
this.Button3 = new System.Windows.Forms.Button();
37             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
38             
this.groupBox1.SuspendLayout();
39             
this.GroupBox2.SuspendLayout();
40             
this.SuspendLayout();
41             
//
42             
// dataGridView1
43             
//
44             
this.dataGridView1.AllowUserToAddRows = false;
45             
this.dataGridView1.AllowUserToDeleteRows = false;
46             
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
47             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
48             
this.dataGridView1.Location = new System.Drawing.Point(7, 91);
49             
this.dataGridView1.MultiSelect = false;
50             
this.dataGridView1.Name = "dataGridView1";
51             
this.dataGridView1.ReadOnly = true;
52             
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
53             
this.dataGridView1.Size = new System.Drawing.Size(842, 551);
54             
this.dataGridView1.TabIndex = 0;
55             
this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
56             
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
57             
//
58             
// groupBox1
59             
//
60             
this.groupBox1.Controls.Add(this.txtSuppliers);
61             
this.groupBox1.Location = new System.Drawing.Point(7, 3);
62             
this.groupBox1.Name = "groupBox1";
63             
this.groupBox1.Size = new System.Drawing.Size(258, 82);
64             
this.groupBox1.TabIndex = 1;
65             
this.groupBox1.TabStop = false;
66             
this.groupBox1.Text = "Search Suppliers";
67             
//
68             
// txtSuppliers
69             
//
70             
this.txtSuppliers.Location = new System.Drawing.Point(16, 40);
71             
this.txtSuppliers.Name = "txtSuppliers";
72             
this.txtSuppliers.Size = new System.Drawing.Size(218, 24);
73             
this.txtSuppliers.TabIndex = 0;
74             
this.txtSuppliers.TextChanged += new System.EventHandler(this.txtSuppliers_TextChanged);
75             
//
76             
// GroupBox2
77             
//
78             
this.GroupBox2.Controls.Add(this.Button3);
79             
this.GroupBox2.Location = new System.Drawing.Point(271, 3);
80             
this.GroupBox2.Name = "GroupBox2";
81             
this.GroupBox2.Size = new System.Drawing.Size(122, 82);
82             
this.GroupBox2.TabIndex = 17;
83             
this.GroupBox2.TabStop = false;
84             
//
85             
// Button3
86             
//
87             
this.Button3.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
88             
this.Button3.Location = new System.Drawing.Point(19, 23);
89             
this.Button3.Name = "Button3";
90             
this.Button3.Size = new System.Drawing.Size(94, 40);
91             
this.Button3.TabIndex = 2;
92             
this.Button3.Text = "&Export Excel";
93             
this.Button3.UseVisualStyleBackColor = true;
94             
this.Button3.Click += new System.EventHandler(this.Button3_Click);
95             
//
96             
// frmSuppliersRecord1
97             
//
98             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
99             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
100             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
101             
this.ClientSize = new System.Drawing.Size(856, 646);
102             
this.Controls.Add(this.GroupBox2);
103             
this.Controls.Add(this.groupBox1);
104             
this.Controls.Add(this.dataGridView1);
105             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
106             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
107             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
108             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
109             
this.MaximizeBox = false;
110             
this.Name = "frmSuppliersRecord1";
111             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
112             
this.Text = "Suppliers Record";
113             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSuppliersRecord_FormClosing);
114             
this.Load += new System.EventHandler(this.frmSuppliersRecord_Load_1);
115             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
116             
this.groupBox1.ResumeLayout(false);
117             
this.groupBox1.PerformLayout();
118             
this.GroupBox2.ResumeLayout(false);
119             
this.ResumeLayout(false);
120
121         }
122
123         
#endregion
124
125         
private System.Windows.Forms.DataGridView dataGridView1;
126         
private System.Windows.Forms.GroupBox groupBox1;
127         
private System.Windows.Forms.TextBox txtSuppliers;
128         
internal System.Windows.Forms.GroupBox GroupBox2;
129         
internal System.Windows.Forms.Button Button3;
130     }
131 }


Gõ tìm kiếm nhanh...